# Get location geometry

Returns the geometry details of the specified location within the current account context.
            
Behavior:
- Validates the location belongs to the account
- Retrieves geometry and spatial data for the location
- Returns structured location geometry response data
- Logs the action as a location geometry view

Endpoint: GET /api/v1/portfolio/locations/{locationIdentifier}/location

## Path parameters:

  - `locationIdentifier` (string, required)

## Response 200 fields (text/plain):

  - `data` (object)

  - `data.asset` (object)

  - `data.asset.assetCategory` (string,null)

  - `data.asset.assetCatagoryName` (string,null)

  - `data.asset.assetIdentifier` (string,null)

  - `data.asset.assetId` (string)

  - `data.asset.assetType` (string,null)

  - `data.featureCollection` (object)

  - `data.featureCollection.type` (string,null)

  - `data.featureCollection.features` (array,null)

  - `data.featureCollection.features.type` (string,null)

  - `data.featureCollection.features.id` (integer)

  - `data.featureCollection.features.properties` (object,null)

  - `data.featureCollection.features.geometry` (object,null)

  - `data.responseDescription` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


